projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86b8971
)
(parse_menu_item): Fix last change.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 16 May 2008 04:55:56 +0000
(
04:55
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 16 May 2008 04:55:56 +0000
(
04:55
+0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 5a8b0d1c0cfdb2610e0a8f6f433316061bbeba2d..45f3d2f6194d7a308b51704142be4080456bff50 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-7990,8
+7990,9
@@
parse_menu_item (item, notreal, inmenubar)
of equivalent key bindings is sufficiently fast that we
do not need to cache it here any more. */
/* CHECK_IMPURE (start);
- XSETCDR (start, Fcons (Fcons (Qnil, Qnil), XCDR (start))); */
- cachelist = XCAR (XCDR (start));
+ XSETCDR (start, Fcons (Fcons (Qnil, Qnil), XCDR (start)));
+ cachelist = XCAR (XCDR (start)); */
+ cachelist = Fcons (Qnil, Qnil);
newcache = 1;
tem = AREF (item_properties, ITEM_PROPERTY_KEYEQ);
if (!NILP (keyhint))